export Env
Environment accessors, where set variables are exported for other steps and tasks.
Export setting can be overridden in most methods, but will export by default.
Functions
getOptional
Link copied to clipboard
getOrPut
Link copied to clipboard
getRequired
Link copied to clipboard
set
Link copied to clipboard
withDefault
Link copied to clipboard
fun withDefault(name: String, default: () -> String): ReadOnlyProperty<Any?, String>
Content copied to clipboard
Get an optional delegate with a default value for name.
Properties
Sources
js source
Link copied to clipboard